home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TADDRESSVIEWER / TADDRESSVIEWER.txt
Text File  |  2004-10-12  |  3KB  |  140 lines

  1. object AddressViewer: TAddressViewer
  2.   Left = 147
  3.   Top = 103
  4.   Width = 398
  5.   Height = 318
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Address Viewer'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PopupMenu = mPopup
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object dsTools: TDock97
  23.     Left = 0
  24.     Top = 0
  25.     Width = 390
  26.     Height = 34
  27.     object Toolbar: TToolbar97
  28.       Left = 0
  29.       Top = 0
  30.       Caption = 'Toolbar'
  31.       CloseButton = False
  32.       DockedTo = dsTools
  33.       DockPos = 0
  34.       FullSize = True
  35.       TabOrder = 0
  36.       object bPrint: TToolbarButton97
  37.         Left = 0
  38.         Top = 0
  39.         Width = 30
  40.         Height = 30
  41.         Hint = 'Print card'
  42.         ParentShowHint = False
  43.         ShowHint = True
  44.         OnClick = bPrintClick
  45.       end
  46.       object bEdit: TToolbarButton97
  47.         Left = 30
  48.         Top = 0
  49.         Width = 30
  50.         Height = 30
  51.         Hint = 'Edit address entry'
  52.         ParentShowHint = False
  53.         ShowHint = True
  54.         OnClick = bEditClick
  55.       end
  56.       object ToolbarSep971: TToolbarSep97
  57.         Left = 60
  58.         Top = 0
  59.       end
  60.       object bFind: TToolbarButton97
  61.         Left = 253
  62.         Top = 0
  63.         Width = 30
  64.         Height = 30
  65.         Hint = 'Lookup'
  66.         ParentShowHint = False
  67.         ShowHint = True
  68.         OnClick = bFindClick
  69.       end
  70.       object cbAddr: TComboBox
  71.         Left = 66
  72.         Top = 4
  73.         Width = 187
  74.         Height = 21
  75.         ItemHeight = 13
  76.         TabOrder = 0
  77.         OnKeyDown = cbAddrKeyDown
  78.       end
  79.     end
  80.   end
  81.   object bSearch: TButton
  82.     Left = 0
  83.     Top = 40
  84.     Width = 75
  85.     Height = 25
  86.     Default = True
  87.     TabOrder = 1
  88.     OnClick = bSearchClick
  89.   end
  90.   object mPopup: TPopupMenu
  91.     Left = 152
  92.     Top = 72
  93.     object mClose: TMenuItem
  94.       Caption = '&Close'
  95.       ShortCut = 27
  96.       OnClick = mCloseClick
  97.     end
  98.     object mvPrint: TMenuItem
  99.       Caption = '&Print'
  100.       ShortCut = 16464
  101.       OnClick = bPrintClick
  102.     end
  103.     object Edit1: TMenuItem
  104.       Caption = '&Edit...'
  105.       ShortCut = 32781
  106.       OnClick = bEditClick
  107.     end
  108.     object Lookup1: TMenuItem
  109.       Caption = '&Lookup'
  110.       OnClick = bSearchClick
  111.     end
  112.     object N1: TMenuItem
  113.       Caption = '-'
  114.     end
  115.     object mvAlwaysTop: TMenuItem
  116.       Caption = '&Always on top'
  117.       OnClick = mvAlwaysTopClick
  118.     end
  119.     object Font1: TMenuItem
  120.       Caption = '&Font...'
  121.       OnClick = Font1Click
  122.     end
  123.   end
  124.   object dFont: TFontDialog
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = []
  130.     Options = [fdEffects, fdNoSizeSel, fdNoStyleSel]
  131.     OnApply = dFontApply
  132.     Left = 72
  133.     Top = 128
  134.   end
  135.   object dPrint: TPrintDialog
  136.     Left = 120
  137.     Top = 128
  138.   end
  139. end
  140.